From 26200c0f7eb295a8c32e0a03fbbfeefa1e50b9a8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Jul 2020 22:19:59 -0400 Subject: [PATCH] filechooser: Document the response.activate action --- gtk/gtkfilechooserdialog.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 9eebd2dae0..6870bccb1c 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -304,6 +304,11 @@ gtk_file_chooser_dialog_class_init (GtkFileChooserDialogClass *class) gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserDialog, buttons); gtk_widget_class_bind_template_callback (widget_class, response_cb); + /** + * GtkFileChooserDialog|response.activate: + * + * Activate the default response of the dialog. + */ gtk_widget_class_install_action (widget_class, "response.activate", NULL, gtk_file_chooser_dialog_activate_response); } -- 2.30.2